home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 071-080 / amok73 / ums / envarc / ums.config
Text File  |  1993-11-04  |  2KB  |  87 lines

  1.  
  2. Domain-Address = p9.f7.n242.z2.fidonet.org
  3.  
  4.  
  5. ; loglevel should at be leat 5, recommended ist 6-7
  6. LOGLEVEL = 9
  7. ; I use RAD: for the logfile, so it's not lost when the machine
  8. ; crashes and the filesystem is not being corrupted.
  9. LOGFILE = rad1:ums.log
  10.  
  11. ; parameters for the message-base
  12. ;
  13. ; where the message-base will live
  14. MBPATH = dh2:mb/
  15. ; You migth want to increase write-buffers when you have enough ram.
  16. ; Increase read-buffers when your hd transfers fast and is not
  17. ; fragmented.
  18. ; If you have (much) more ram than your ".header" file will ever need,
  19. ; set HDRREADBUF to something higher than this file's max size.
  20. ; Then it will be read into ram only once.
  21. HDRREADBUF = 8000
  22. HDRWRITEBUF = 16000
  23. TXTREADBUF = 8000
  24. TXTWRITEBUF = 64000
  25. CLEANBUF = 256000
  26. ; space to be reserved
  27. HDRFILL = 80
  28. TXTFILL = 80
  29. ; fields in ".header", all other go to ".text"
  30. HEADERFIELDS = 1,2,3,4,5,6,7,8,9,10,11,13,14
  31. ; indexed fields
  32. INDEXFIELDS = 1,3,5,8,9,10
  33. ; time in secs between automatic flushes
  34. FLUSHINTERVAL = 120
  35.  
  36. aka Martin_Horneffer@mowgli.fido.de
  37.  
  38. user
  39.   name      = "Martin Horneffer"
  40.   password     = blub
  41.   priority    = +20
  42.   readaccess    = #?
  43.   writeaccess    = #?
  44.   netaccess     = #?
  45.   sysop
  46.   alias        = horneff
  47.   alias         = SYSOP
  48.   alias         = Martin_Horneffer
  49.   alias         = "Martin Horneffer "
  50.   alias        = mh
  51.   alias         = maho
  52. enduser
  53.  
  54. user
  55.   name      = "Test User"
  56.   password     = guest
  57.   priority    = +10
  58.   readaccess    = #?
  59.   writeaccess    = #?
  60.   netaccess     = "#?@Fidonet"
  61.   alias         = test
  62.   alias         = gast
  63.   alias         = guest
  64. enduser
  65.  
  66. user
  67.   name          = FidoBoss
  68.   readaccess    = fidonet.#?
  69.   priority    = -20
  70.   writeaccess   = #?
  71.   import        = #?
  72.   export    = "#?@fidonet"
  73.   distribution  = "(%|#?,)(mowgli|fidonet|world)(,#?|%)"
  74. enduser
  75.  
  76. user
  77.    name        = uucp.foo
  78.    priority    = -20
  79.    writeaccess = #?
  80.    readaccess  = ~(fidonet.#?)
  81.    import      = #?
  82.    export      = ~(#?/#?@fidonet)
  83.    alias       = uucp.default
  84.    alias       = uucp.foo.bar.sub.org
  85.    uucp.nodename  = bart
  86. enduser
  87.